home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 081 / message.arc / MESSAGE.DOC < prev    next >
Encoding:
Text File  |  1988-02-20  |  6.3 KB  |  178 lines

  1.                              Message
  2.            An Almost Useful Utility from WalkBro & Kelleher
  3.                     (c) 1988 - WalkBro & Kelleher
  4.  
  5.  
  6.     Any flames to DEV NUL, and good ideas to Don Walker 120/20 or
  7. Butch Walker 161/1. Any bug reports to Mike Kelleher 161/521 <grin>.
  8.  
  9.  
  10.     Another Almost Useful Utility from WalkBro & Kelleher. This sucker is
  11. quick and dirty. It will print a listing of your users that are reading
  12. message areas, or your users that are not reading message areas, or a listing
  13. of all users and the areas they are reading. It will also print a list of
  14. your message areas, by number, name, and the number of users that have read
  15. them.
  16.  
  17.     In order to list the message areas and the number of times read you need
  18. an ascii file. That file should look like this:
  19.  
  20.  
  21. |--------- Area Number - starts in column 1
  22.    |-------Area Name - Starts in column 4 ( Not longer than 20 chars)
  23.  
  24. 1  General
  25. 2  Tech
  26.  
  27.     You can list as many as 200 areas.
  28.  
  29.     Message uses DOS redirection, standard output device is the screen [con].
  30. You can redirect it to a file or the printer. Message can be run in a batch
  31. file as part of a daily or weekly maintenance event.
  32.  
  33.  
  34. *  Options-
  35.  
  36. *  /c ##             - number of days since last call
  37. *  /p                - don't print Privs
  38. *  /o {option}       - desired output option
  39. *  /f {filename}     - filename of area list
  40. *  /n                - NewOpus 1.10 (hex area numbers)
  41. *  /d                - use defaults (A output and Echo.lst for filename)
  42.  
  43. *  Output options /o {option}-
  44.  
  45. *  R - List message readers       N - List Non Readers
  46. *  A - Just the area Use
  47. *  RA- List readers plus area use
  48. *  NA- List non readers plus area use
  49. *  RAD- List Readers with Detail and area use.
  50.  
  51. *  Sample command line -
  52. *  Message /c 30 /p /o RAD -f echo.lst > prn
  53.  
  54.  
  55.  
  56.  
  57. I have included the source code so someone can do a much better job that I
  58. have at this. I just wanted to bang something out that give me echomail use on
  59. my board.
  60.  
  61.  
  62.  
  63.  
  64. Sample output -Detailed Option -------------
  65.  
  66.                   MESSAGE - ANOTHER ALMOST USEFUL UTILITY
  67.                                 Version 8.1
  68.                   Supported by:  BUTCH WALKER NERD'S NOOK
  69.                      Matrix    161/1      415-672-2504
  70.  
  71.  
  72.                        (c) 1988 - WalkBro & Kelleher
  73.  
  74.  
  75. Users taking advantage of Message Areas
  76.  
  77. USER: Scott Bauer  7 Feb 88 20:44:10     
  78. MESSAGE AREA     6       7       8      9     10     40      1     16
  79. MESSAGE          1       1       1     77      1     61     83     79
  80.  
  81.  
  82. USER: Richard Knowles  8 Feb 88 13:25:58     
  83. MESSAGE AREA     4       8      21     17     16     34      9     31
  84. MESSAGE          1       1       1     48      1      1     77     80
  85.  
  86. USER: Ben Rest 10 Feb 88 16:16:14     
  87. MESSAGE AREA    33       1       2     21     31      8     34      9
  88. MESSAGE          1       1       1    107      1      1     75     78
  89.  
  90. USER: Stan Gammons 10 Feb 88 05:49:55     
  91. MESSAGE AREA     9       8       1      6      7     32      0      0
  92. MESSAGE          1     146      64     75     75     64      0      0
  93.  
  94.  
  95. -Sample Output - Non-detailed option ---
  96.  
  97.  
  98.  
  99.                   MESSAGE - ANOTHER ALMOST USEFUL UTILITY
  100.                                 Version 8.1
  101.                   Supported by:  BUTCH WALKER NERD'S NOOK
  102.                      Matrix    161/1      415-672-2504
  103.  
  104.  
  105.                        (c) 1988 - WalkBro & Kelleher
  106.  
  107.  
  108.   Users taking advantage of Message Areas during the last  30  days.
  109.  
  110.        User                 Last Called        Priv        
  111. --------------------     -----------------    ------
  112.  
  113. Russ Fowler              3 Feb 88 07:53:08                   Visited 5  areas.
  114. Bill Mccauley           31 Jan 88 23:44:25                   Visited 8+ areas.
  115. Doug Boone               1 Feb 88 04:53:02                   Visited 8+ areas.
  116. Henry Shaw              30 Jan 88 16:54:21                   Visited 8+ areas.
  117. John Lamb                5 Feb 88 21:21:27                   Visited 8+ areas.
  118.  
  119.  
  120. Sample of areas listing option output
  121.  
  122.  
  123.  
  124.  
  125.                 Number of Users reading Local and Echomail Areas
  126.                 during the last  30  days.
  127.  
  128.  Total Number of Users    515
  129.  Total Number of Users Surveyed   206 
  130.  
  131.  Area Number   Area Name             Number of Users
  132.       1       General                      172
  133.       2       Tech                          44
  134.       3       Comm                          20
  135.       4       80XXX                         15
  136.       5       OS/2                          26
  137.       6       DV                            33
  138.       7       MTask                         36
  139.       8       NewOpus                       62
  140.       9       Audio                         38
  141.      10       Binkley                       43
  142.      11       DBase                         22
  143.      12       Midi                           8
  144.      13       EcProg                         6
  145.      14       Cecho                         25
  146.      15       Pascal                        12
  147.      16       Amiga                         15
  148.      17       Amiga_Prog                    12
  149.      18       Amiga_Video                   35
  150.      19       LaserPub                      17
  151.      20       Vietnam_Vets                  12
  152.      21       Science                       10
  153.      22       Humor                         27
  154.      23       Hard_Disk_Conferenc           15
  155.      24      (Local)                         6
  156.      25       Lotus                         13
  157.      26       Echomac                        5
  158.      27       Cooking                        8
  159.      28       HST                           13
  160.      29       Sports                         7
  161.      30       Politics                       9
  162.      31       Philosophy                    10
  163.      32       PS/2                          11
  164.      33       Reviews                        7
  165.      34       SF                            10
  166.      35       SFFAN                          3
  167.      36       Trek                          14
  168.      37       Genealogy                     10
  169.      38       Astronomy                      5
  170.      39       Photo                          8
  171.  
  172.  
  173. Total Area Activity Count = 865 
  174.  
  175. Average Areas read per user surveyed = 1.68
  176.  
  177.  
  178.